home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FishMarket 1.0
/
FishMarket v1.0.iso
/
fishies
/
501-525
/
disk_501
/
doswatch
/
doswatch.doc
< prev
next >
Wrap
Text File
|
1992-05-06
|
1KB
|
40 lines
+-----------------------------------------------------------------+
! DOSWatch V1.0 © A.Voss Wrede 1991 !
+-----------------------------------------------------------------+
Intro
-----
DOSWatch monitores all references to the AmigaDOS library.
It's done by simply patching six byte of library code, so
DOSWatch cannot provide information about calls to AmigaDOS,
which are done by directly jumping into AmigaDOS code
(e.g. transient CLI commands like DIR or DELETE ).
DOSWatch was tested under Kickstart 1.3 ,it should also work fine
with Kickstart Version 1.2. Permission is granted to freely
distribute this stuff as long as neither the whole thing nor parts
of it is taken for comercial use.
Calling Sequence
----------------
DOSWatch [IO] [LOG <file>]
IF you are interested in _LVORead _LVOWrite calls use the IO
command parameter. You may like a logfile - then use the LOG
parameter (e.g. "LOG ram:kati").
You can invoke DOSWatch from a CLI as well as from WB. In order
to use the Workbench you have to provide a project icon (with an
optional tool type entry) at the very same location as the DOSWatch
executable image.
Dont' be confused if the LED is flickering sometimes. Different
DOS calls must be serialized - this is simply done by a wait loop -
and this "waiting" is indicated via LED.
SO ENJOY AND HAVE FUN /VW may-1991